Minecraft

[Ghost] Minecraft WorldEdit Command Tutorial and Application [minecraft]

Multiply_0·5/18/2026

Basic Operations

  • Selecting a Region: Hold a wooden axe, left-click to select the first point, and right-click to select the second point.
  • Filling Blocks: Enter the command //set blockID.
  • Building Walls: Enter the command //walls blockID.
  • Undo Operation: Enter the command //undo to undo the last action.
  • Redo Operation: Enter the command //redo to restore the undone action.

Copy and Transform

  • Copy Building: Enter the command //copy to copy the selected region to the clipboard.
  • Paste Building: Enter the command //paste to paste the content from the clipboard.
  • Mirror Flip: Enter the command //flip to flip the clipboard content, then use //paste to mirror copy.
  • Rotate Copy: Enter the command //rotate angle (e.g., 90, 180, 360, multiples of 90), then use //paste to paste the rotated building.

Terrain and Block Modification

  • Replace Blocks Uniformly: Enter the command //replace replacedBlockID newBlockID.
  • Random Mixed Generation: Enter the command //set percentage%blockID,percentage%blockID (e.g., //set 50%stone,50%dirt).
  • Stack Copy: Enter the command //stack count to repeatedly copy the selected region in the direction you are facing.
  • Move Blocks: Enter the command //move distance to move the selected region in the direction you are facing.

Geometric Shape Generation

Before generating shapes, you can use the command /up 1 to generate a glass block beneath your feet as a central reference point.

Cylinder and Circular Wall

  • Solid Cylinder: Enter the command //cyl blockID radius height.
  • Hollow Cylinder/Circular Wall: Enter the command //hcyl blockID radius height.

Sphere Generation

  • Solid Sphere: Enter the command //sphere blockID radius.
  • Hollow Sphere: Enter the command //hsphere blockID radius.